You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TOpenCLValue Class
>
TOpenCLValue Methods
>
TOpenCLValue.Conj Method
Dew Math for .NET
TOpenCLValue.Conj Method
TOpenCLValue Class
TOpenCLValue Members
Dew.Math Namespace
TOpenCLValue Methods
Example
Collapse All
Conjugate.
Syntax
C#
Visual Basic
public
TOpenCLValue
Conj
([In]
TOpenCLValue
Vec
);
Public
Function
Conj
(
Vec
As
[In]
TOpenCLValue
)
As
TOpenCLValue
Remarks
Complex
conjugate Vec value.
Example
using
Dew.Math
;
using
Dew.Math.Units
;
namespace
Dew.Examples() {
void
Example() {
TOpenCLValue
a; clMtxVec.CreateIt(
out
c,
out
d);
try
{ d.Copy(Cplx(2,3)); c.Conj(d); }
finally
{ clMtxVec.FreeIt(
ref
c,
ref
d); } } }
Group
TOpenCLValue Methods
Links
TOpenCLValue Class
,
TOpenCLValue Members
,
Dew.Math Namespace
,
TOpenCLValue Methods
,
Example
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!